home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / juji.swf / scripts / frame_1 / PlaceObject2_2_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2003-03-01  |  264b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    loaded = int(_root.getBytesLoaded());
  3.    percent = int(loaded / total * 100);
  4.    _root.percent = percent + "%";
  5.    if(percent >= 100)
  6.    {
  7.       tellTarget("_root.entermovie")
  8.       {
  9.          gotoAndStop(2);
  10.       }
  11.    }
  12. }
  13.